        /******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.ck.ck-content {
    overflow: scroll;
    max-height: 100%;
}

.well {
    border: 0;
    background-color: unset;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.d-flex {
    display: flex !important;
    padding-left: 3px;
}

.btn-primary {
    background-color: #ff467c;
    border-color: #ff467c;
    color: #fff;
}

.col-auto {
    flex: 0 0 auto;
    width: 100%;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgb(43 43 43) !important;
}

button#savebutton {
    background-color: #fff;
    color: #00578e;
    border: 0;
    font-weight: 600;
}

.card-body, .card-body div {
    color: #00578e !important;
}

.save-survey-form {
    background-color: #00578e;
    padding: 20px 20px 50px 20px;
    border-radius: 20px;
}

.save-survey-form .row .input-cell {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.group-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

button.btn.btn-outline-secondary.selector--inputondemand-addlinebutton {
    background-color: #fff;
    border: 0;
    color: #00578e;
    font-weight: 600;
    margin-right: 15px;
    margin-top: -20px;
}

label.control-label {
    color: #fff;
    font-weight: 600;
    width: 100%;
    display: flex;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 900px;
    }


  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }

input {
    background-color: #eae9e9 !important;
}
  
.text-item input {
    text-align: left;
}

.numeric-item input {
    text-align: left;
}

.question-title-container {
    font-size: 18px;
}

.fa-asterisk:before {
    font-size: 10px;
}

.question-title-container {
    font-size: 18px;
    padding: 15px 0 0 calc(var(--bs-gutter-x) * 0.9);
    color: #fff;
    display: flex;
}

.ls-answers {
    padding-top: 5px;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.question-container {
    margin-bottom: 2em;
    border: unset;
    background-color: #00578e;
    border-radius: 20px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 100%;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgb(191 191 191) !important;
}

.survey-description.text-info.text-center {
    --bs-text-opacity: 1;
    color: rgb(84 84 84) !important;
    padding-left: 25px;
    font-size: 18px;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 0px;
    border-radius: 10px;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: calc(100% - 10px);
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .9);
    padding-right: calc(var(--bs-gutter-x) * .5);
/*    width: 100%;*/
    margin-bottom: 5px;
}

.radio-item label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 5px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
}

.radio-list li:last-child {
    margin-bottom: 0px;
}

.asterisk.float-start {
    order: 1;
}

div#question67867 {
    position: fixed;
    z-index: 999999999;
    bottom: 186px;
    left: 30px;
    width: 300px;
}

div#question67916 {
    position: fixed;
    bottom: 125px;
    left: 30px;
    width: 300px;
}

div#question67920 {
    position: fixed;
    z-index: 999999999;
    bottom: 10px;
    left: 30px;
    width: 300px;
}

div#question67915 {
    position: fixed;
    left: 30px;
    bottom: 247px;
}

div#question67909, div#question67910, div#question67915, div#question67919 {
    display: none;
}

label.checkbox-label.control-label {
    color: #fff;
    font-size: 15px;
    line-height: 126%;
}

table.ls-answers {
    color: #fff;
    font-size: 15px;
    border: 1px solid #557f99;
    margin-bottom: 20px;
}

.table-bordered > thead > tr > td {
    border: 1px solid #557f99;
}

.table>:not(:first-child) {
    border-top: 1px solid;
}

.table-bordered > thead > tr > th {
    border: 1px solid #557f99;
}

.table>thead {
    vertical-align: bottom;
    background-color: #00000030;
}